ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / SymbolSize Property






In This Topic
    SymbolSize Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Property SymbolSize As System.Integer
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As System.Integer
     
    instance.SymbolSize = value
     
    value = instance.SymbolSize
    public System.int SymbolSize {get; set;}
    public read-write property SymbolSize: System.Integer; 
    public function get,set SymbolSize : System.int
    public: __property System.int get_SymbolSize();
    public: __property void set_SymbolSize( 
       System.int value
    );
    public:
    property System.int SymbolSize {
       System.int get();
       void set (    System.int value);
    }
    See Also